Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.14.0 #39

Merged
merged 43 commits into from
Nov 8, 2024
Merged

Release v0.14.0 #39

merged 43 commits into from
Nov 8, 2024

Conversation

bsimonWallix
Copy link
Collaborator

BREAKING CHANGES:

  • remove compatibility with API version 3.3 and 3.6
  • remove resource wallix-bastion_ldapdomain
  • remove resource wallix-bastion_ldapmapping
  • default provider api_version argument is now v3.8
  • user statement is now mandatory

FEATURES:

  • add compatibility with API version 3.12

ENHANCEMENTS:

  • resource/wallix-bastion_application:
    • add category, application_url, browser, browser_version arguments to be able to add jumphost application (not tested)
    • paths and target is now only required when category = standard
  • resource/wallix-bastion_connection_policy: add type argument with default value as protocol value
  • resource/wallix-bastion_externalauth_saml: add claim_customization block argument

dependabot bot and others added 30 commits March 13, 2024 23:05
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
make provider config user statement mandatory
…er/goreleaser-action-6.0.0

workflows: bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0
…/golangci-lint-action-6

workflows: bump golangci/golangci-lint-action from 4 to 6
…/net-0.23.0

Bump golang.org/x/net from 0.17.0 to 0.23.0
…g.org/protobuf-1.33.0

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…/golangci-lint-action-6

workflows: bump golangci/golangci-lint-action from 4 to 6
…er/goreleaser-action-6.0.0

workflows: bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0
update template due to change in goreleaser v6
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
and fix new issues from new/updated linters
and release with v1.23
r/application: add category, application_url, browser, browser_version arguments
r/connection_policy: add type argument
r/externalauth_saml: add claim_customization block argument
remove resource ldapdomain
remove resource ldapmapping
…35.0

with the go replace to minor fix to accept empty list of primitives on apply
instead of github.com/jeremmfr/go-utils
and update config to goreleaser v2
@bsimonWallix bsimonWallix added this to the Provider v0.14.0 milestone Nov 8, 2024
@bsimonWallix bsimonWallix merged commit c4b1741 into main Nov 8, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants